When wrapping a foreign W32 window, don't forget to store its HWND
authorРуслан Ижбулатов <lrn1986@gmail.com>
Fri, 25 Jul 2014 23:12:24 +0000 (23:12 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Tue, 5 Aug 2014 06:37:24 +0000 (06:37 +0000)
commit31d08bd85e312ba05b7890b403c8a50cfdf52c4f
tree114f278d21d2a86e1c4c139c3502be0effc08d04
parentf0632d5ced92cec5eb9b799687f5d90cc1886ec8
When wrapping a foreign W32 window, don't forget to store its HWND

When that window is later used as a parent for a GDK child, the call to
CreateWindow*() will fail, because its HWND is 0.

https://bugzilla.gnome.org/show_bug.cgi?id=733768
gdk/win32/gdkwindow-win32.c